TRREST_TRANS_URLVALIDATOR
This project covers all test cases for REST trigger and URLVALIDATOR transformer.
Sr. No | Service Name | Description | Details |
---|---|---|---|
1. | urlValidateHappy | Required request param must be provided which are validated by validator. |
GET
|
2. | urlValidateUnHappy | Required request param if not provided the validator throws error. |
GET
|
3. | validateCsvBody | Request Body with valid CSV schema is required or else will throw error. |
POST
|
4. | validateJsonBody | Request Body with valid JSON schema is required or else will throw error. |
POST
|
5. | validateXMLBody | Request Body with valid XML schema is required or else will throw error. |
POST
|
6. | validateQueryParam | Required request param must be provided which are validated by validator. |
GET
|